home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / fv.xml < prev    next >
Text File  |  2002-08-30  |  2KB  |  66 lines

  1. <search function="fv">
  2.   <name>flightview.com</name>
  3.   <description>
  4.     Obtain real-time info on commercial flights.  Type the two letter airline code followed by the flight number.  Airline codes can be obtained from the drop down box on <a href="http://www.flightview.com">www.flightview.com</a>.
  5.     <br/><br/>
  6.     Even though flightview has airline codes for airlines throughout the world,
  7.     I believe they only track flights in U.S. and Canadian airspace.  Also, the
  8.     flight you enter must be "active" - usually this seems to mean from an hour
  9.     or two before takeoff until an hour or two after landing.
  10.     <br/><br/>
  11.     Airline codes can be entered in upper or lower case.  Some common US Airline
  12.     codes:
  13.     <br/><br/>
  14.     AA - American Airlines<br/>
  15.     CO - Continental Airlines<br/>
  16.     DL - Delta Airlines<br/>
  17.     B6 - Jet Blue<br/>
  18.     NW - Northwest Airlines<br/>
  19.     WN - Southwest Airlines<br/>
  20.     US - US Airways<br/>
  21.     UA - United Airlines<br/>
  22.     <br/>
  23.     <div class="helpboxDescLabels">Examples:</div>
  24.     <table class="helpboxDescTable">
  25.           <tr><td>fv aa 2035</td></tr>
  26.           <tr><td>fv us 5323</td></tr>
  27.     </table>
  28.   </description>
  29.   <category>Travel</category>
  30.   <link>http://www.flightview.com/</link>
  31.   <contributor>Allen B. MacKenzie</contributor>
  32.   
  33.   <form name="fvf"
  34.         action="http://www.flightview.com/fvFlightView/FlightViewCGI.exe"
  35.         method="get">
  36.     <input type="hidden" name="qtype" value="htm"/>
  37.     <input type="hidden" name="AL"/>
  38.     <input type="hidden" name="acid"/>
  39.     <input type="hidden" name="Find1" value="Find flight"/>
  40.   </form>
  41.   
  42.   <script><![CDATA[
  43.     function fv(q)
  44.     {
  45.       if( nullArgs("fv", q) )
  46.         return false;
  47.  
  48.       vars = q.split(" ")
  49.       if (vars.length == 2)
  50.       {
  51.         document.fvf.AL.value = vars[0].toUpperCase();
  52.         document.fvf.acid.value= vars[1];
  53.         submitForm(fvf);
  54.       }
  55.       else
  56.         nullArgs("fv","?");
  57.     }
  58.   ]]></script>
  59.  
  60.   <copyright>
  61.     Copyright (c) 2002 David Bau
  62.     Distributed under the terms of the
  63.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  64.   </copyright>
  65. </search>
  66.